home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / RAMSES 2.2 / RAMSES 2.2 Extras / RMSBaseExtra / RMSDebugHelp.DEF next >
Text File  |  1996-06-21  |  1KB  |  44 lines

  1. DEFINITION MODULE RMSDebugHelp;
  2.  
  3.   (*******************************************************************
  4.  
  5.     Module  RMSDebugHelp     (Version 1.0)
  6.  
  7.               Copyright ©1989 by Andreas Fischlin and Swiss
  8.               Federal Institute of Technology Zürich ETHZ
  9.  
  10.       Version written for:
  11.               'Dialog Machine' DM_V2.01  (User interface)
  12.               MacMETH_V2.6+    (1-Pass Modula-2 implementation)
  13.               ModelWorks_V2.01  (Modelling & Simulation)
  14.  
  15.       Purpose Helps to debug the RAMSES shell.
  16.               
  17.       Remarks Module can be discarded once the shell works properly.
  18.               
  19.       Programming
  20.  
  21.           • Design
  22.               A. Fischlin         21/10/1990
  23.  
  24.           • Implementation
  25.               A. Fischlin         21/10/1990
  26.  
  27.               
  28.           Swiss Federal Institute of Technology Zurich ETHZ
  29.           Department of Environmental Sciences
  30.           Systems Ecology Group
  31.           ETH-Zentrum
  32.           CH-8092 Zurich
  33.           Switzerland
  34.  
  35.           Last revision of definition:  11/Mai/1993  AF
  36.  
  37.   *******************************************************************)
  38.  
  39.   PROCEDURE ShowLevels (procName: ARRAY OF CHAR; anInt: INTEGER; size: LONGINT);
  40.  
  41.   PROCEDURE ActivateHeapTrace;
  42.   
  43. END RMSDebugHelp.
  44.